home *** CD-ROM | disk | FTP | other *** search
- ; DCDD 941001.1438
- ;
- if exists ram:-dl then
- wait 2
- else
- makedir ram:-dl
- endif
- ;
- if exists DH1:-dl then
- wait 2
- else
- makedir DH1:-dl
- endif
- ;
- if exists ram:continue then
- wait 2
- else
- makedir ram:continue
- endif
- ;
- cd dh0:DemonDialer
-
- rx DCDDtime.rexx
-
- run BaudBandit BB.config
- wait 2
- ;
- rx DCDD.rexx
- ;
- copy RAM:-dl/#? DH1:-dl
- delete RAM:-dl/#?
- delete RAM:-dl
- ;
- if exists ram:AUTO then
- delete ram:AUTO
- endif
- ;
- if exists ram:continue then
- delete ram:continue
- endif
- ;
- if exists ram:exit_flag then
- delete ram:exit_flag
- endif
- ;
- endcli
-
-